Home
last modified time | relevance | path

Searched defs:t_l (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlibm.rs242 let mut t_l: f32; in powf() localVariable
849 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in powd() localVariable
858 let t_l: f64 = r - ((t_h - 3.0) - s2); in powd() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
H A Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
H A Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
H A Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
H A Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpow.rs312 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in pow() localVariable
321 let t_l: f64 = r - ((t_h - 3.0) - s2); in pow() localVariable
H A Dpowf.rs214 let mut t_l: f32; in powf() localVariable
/aosp_15_r20/external/skia/src/shaders/gradients/
H A DSkGradientBaseShader.cpp351 float t_l, in init_stop_pos()
432 float t_l = positions[firstStop]; in AppendGradientFillStages() local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_powl.c149 long double s2, s_h, s_l, t_h, t_l; in powl() local
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Def_pow.c151 float s2,s_h,s_l,t_h,t_l; local
/aosp_15_r20/external/fdlibm/
H A De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c426 float t_l, t_w; in aaline_line() local