Home
last modified time | relevance | path

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

/external/rust/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
/external/rust/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
/external/fdlibm/
De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local
/external/skia/src/shaders/gradients/
DSkGradientBaseShader.cpp351 float t_l, in init_stop_pos()
432 float t_l = positions[firstStop]; in AppendGradientFillStages() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c426 float t_l, t_w; in aaline_line() local