Home
last modified time | relevance | path

Searched refs:R01 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libm/src/math/
Dj1.rs107 const R01: f64 = 1.40705666955189706048e-03; /* 0x3F570D9F, 0x98472C61 */ constant
136 r = z * (R00 + z * (R01 + z * (R02 + z * R03))); in j1()
Dj1f.rs57 const R01: f32 = 1.4070566976e-03; /* 0x3ab86cfd */ constant
86 r = z * (R00 + z * (R01 + z * (R02 + z * R03))); in j1f()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26834 SDValue R01 = DAG.getVectorShuffle(VT, dl, R0, R1, {0, -1, -1, 5}); in LowerShift() local
26836 return DAG.getVectorShuffle(VT, dl, R01, R23, {0, 3, 4, 7}); in LowerShift()