Searched refs:float_val1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcallfuncs.c43 float float_val1 = 3.14159; variable
342 return ((float_arg1 - float_val1) < DELTA
343 && (float_arg1 - float_val1) > -DELTA
358 return ((float_arg1 - float_val1) < DELTA
359 && (float_arg1 - float_val1) > -DELTA
386 sum_values = float_val1 + float_val2 + float_val3 + float_val4 + float_val5
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcallfuncs.c43 float float_val1 = 3.14159; variable
342 return ((float_arg1 - float_val1) < DELTA
343 && (float_arg1 - float_val1) > -DELTA
358 return ((float_arg1 - float_val1) < DELTA
359 && (float_arg1 - float_val1) > -DELTA
386 sum_values = float_val1 + float_val2 + float_val3 + float_val4 + float_val5

Completed in 89 milliseconds