HomeSort by relevance Sort by last modified time
    Searched full:divf64 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/none/tests/amd64/
fma4.c 120 Double divf64 ( Double x, Double y ) { return x/y; } function
138 Double plusNaN ( void ) { return divf64(plusInf(),plusInf()); }
  /external/valgrind/VEX/priv/
ir_defs.c 269 case Iop_DivF64: vex_printf("DivF64"); return;
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 117 Double divf64 ( Double x, Double y ) { return x/y; } function
135 Double plusNaN ( void ) { return divf64(plusInf(),plusInf()); }
    [all...]

Completed in 117 milliseconds