HomeSort by relevance Sort by last modified time
    Searched refs:vone (Results 1 - 8 of 8) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jnf.c 26 static const volatile float vone = 1, vzero = 0; variable
e_j0.c 67 static const volatile double vone = 1, vzero = 0; variable
160 if(ix>=0x7ff00000) return vone/(x+x*x);
e_j0f.c 28 static const volatile float vone = 1, vzero = 0; variable
116 if(ix>=0x7f800000) return vone/(x+x*x);
e_j1.c 67 static const volatile double vone = 1, vzero = 0; variable
157 if(ix>=0x7ff00000) return vone/(x+x*x);
e_j1f.c 28 static const volatile float vone = 1, vzero = 0; variable
113 if(ix>=0x7f800000) return vone/(x+x*x);
e_jn.c 46 static const volatile double vone = 1, vzero = 0; variable
  /external/llvm/test/MC/SystemZ/
insn-bad-zEC12.s 1122 #CHECK: vone %v0
1124 vone %v0
    [all...]
insn-good-z13.s     [all...]

Completed in 218 milliseconds