Home
last modified time | relevance | path

Searched defs:nextafterf (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/libm/src/math/
Dnextafterf.rs2 pub fn nextafterf(x: f32, y: f32) -> f32 { in nextafterf() function
Dmod.rs150 mod nextafterf; module
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl71 GLM_FUNC_QUALIFIER float nextafterf(float x, float y) function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h203 __DEVICE__ float nextafterf(float __a, float __b) { in nextafterf() function