Home
last modified time | relevance | path

Searched refs:vone (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/msun/src/
H A De_j1.c62 static const volatile double vone = 1, vzero = 0; variable
151 if(ix>=0x7ff00000) return vone/(x+x*x); in y1()
H A De_j1f.c25 static const volatile float vone = 1, vzero = 0; variable
109 if(ix>=0x7f800000) return vone/(x+x*x); in y1f()
H A De_j0.c62 static const volatile double vone = 1, vzero = 0; variable
154 if(ix>=0x7ff00000) return vone/(x+x*x); in y0()
H A De_j0f.c25 static const volatile float vone = 1, vzero = 0; variable
112 if(ix>=0x7f800000) return vone/(x+x*x); in y0f()
H A De_jnf.c23 static const volatile float vone = 1, vzero = 0; variable
H A De_jn.c40 static const volatile double vone = 1, vzero = 0; variable
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm299 sub vone { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td62 def VONE : InherentVRIa<"vone", 0xE744, 0xffff>;