HelenOS sources
FLOAT_CASES 62 uspace/lib/math/test/rounding.c static float float_arguments[FLOAT_CASES] = {
FLOAT_CASES 272 uspace/lib/math/test/rounding.c static float float_identity[FLOAT_CASES] = {
FLOAT_CASES 482 uspace/lib/math/test/rounding.c static float float_results_trunc[FLOAT_CASES] = {
FLOAT_CASES 692 uspace/lib/math/test/rounding.c static float float_results_round[FLOAT_CASES] = {
FLOAT_CASES 902 uspace/lib/math/test/rounding.c static float float_results_nearbyint[FLOAT_CASES] = {
FLOAT_CASES 1114 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
FLOAT_CASES 1125 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
FLOAT_CASES 1136 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
FLOAT_CASES 1149 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
FLOAT_CASES 1160 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
FLOAT_CASES 1175 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
FLOAT_CASES 1188 uspace/lib/math/test/rounding.c for (int i = 0; i < FLOAT_CASES; i++) {
HelenOS homepage, sources at GitHub