/external/compiler-rt/test/builtins/Unit/ppc/ |
qadd_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
qdiv_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
qmul_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
qsub_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
/external/arm-optimized-routines/math/ |
log.c | 86 double_t rhi = r + w - w; local 87 double_t rlo = r - rhi; 88 w = rhi * rhi * B[0]; /* B[0] == -0.5. */ 91 lo += B[0] * rlo * (rhi + r);
|
log2.c | 55 double_t rhi, rlo; local 56 rhi = asdouble (asuint64 (r) & -1ULL << 32); 57 rlo = r - rhi; 58 hi = rhi * InvLn2hi; 108 double_t rhi, rlo; local 111 rhi = asdouble (asuint64 (r) & -1ULL << 32); 112 rlo = r - rhi; 113 t1 = rhi * InvLn2hi;
|
pow.c | 63 /* Split z such that rhi, rlo and rhi*rhi are exact and |rlo| <= |r|. */ 66 double_t rhi = zhi * invc - 1.0; local 68 r = rhi + rlo; 88 double_t arhi = A[0] * rhi; 89 double_t arhi2 = rhi * arhi;
|
/external/libpng/contrib/tools/ |
pngcp.c | 1336 int rlo = INT_MAX, rhi = INT_MIN; local [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUISelLowering.cpp | 968 SDValue rhi = DAG.getNode(SPUISD::SHL_BYTES, dl, MVT::i128, Value, local [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 7919 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; local 8141 double rhi, ghi, bhi, grayhi; local [all...] |