Searched defs:t_l (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/minimal-lexical/src/ |
| D | libm.rs | 242 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/ |
| D | pow.rs | 312 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
|
| D | powf.rs | 214 let mut t_l: f32; in powf() localVariable
|
| /external/fdlibm/ |
| D | e_pow.c | 209 double ss,s2,s_h,s_l,t_h,t_l; local
|
| /external/skia/src/shaders/gradients/ |
| D | SkGradientShaderBase.cpp | 281 static void init_stop_pos(SkRasterPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, in init_stop_pos() 361 float t_l = positions[firstStop]; in AppendGradientFillStages() local
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pipe_aaline.c | 402 float t_l, t_w; in aaline_line() local
|