| /external/rust/crates/ryu/src/buffer/ |
| D | mod.rs | 7 const NAN: &str = "NaN"; constant
|
| /external/python/cpython3/Lib/test/test_json/ |
| D | test_enum.py | 27 NAN = float('nan') variable
|
| /external/rust/crates/glam/src/f64/ |
| D | daffine2.rs | 33 pub const NAN: Self = Self { constant
|
| D | daffine3.rs | 33 pub const NAN: Self = Self { constant
|
| D | dmat2.rs | 36 pub const NAN: Self = Self::from_cols(DVec2::NAN, DVec2::NAN); constant
|
| D | dmat3.rs | 59 pub const NAN: Self = Self::from_cols(DVec3::NAN, DVec3::NAN, DVec3::NAN); constant
|
| D | dquat.rs | 49 pub const NAN: Self = Self::from_array([f64::NAN; 4]); constant
|
| /external/rust/crates/glam/src/f32/ |
| D | affine2.rs | 33 pub const NAN: Self = Self { constant
|
| D | affine3a.rs | 33 pub const NAN: Self = Self { constant
|
| D | mat3.rs | 59 pub const NAN: Self = Self::from_cols(Vec3::NAN, Vec3::NAN, Vec3::NAN); constant
|
| /external/rust/crates/glam/src/f32/scalar/ |
| D | mat2.rs | 40 pub const NAN: Self = Self::from_cols(Vec2::NAN, Vec2::NAN); constant
|
| D | mat3a.rs | 59 pub const NAN: Self = Self::from_cols(Vec3A::NAN, Vec3A::NAN, Vec3A::NAN); constant
|
| D | quat.rs | 53 pub const NAN: Self = Self::from_array([f32::NAN; 4]); constant
|
| /external/musl/include/ |
| D | math.h | 15 #define NAN __builtin_nanf("") macro
|
| /external/fonttools/Lib/fontTools/cu2qu/ |
| D | cu2qu.py | 33 NAN = float("NaN") variable
|
| /external/fonttools/Tests/misc/ |
| D | py23_test.py | 254 NAN = float('nan') variable
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | compat.h | 130 #define NAN (INFINITY - INFINITY) macro
|
| /external/python/cpython2/Lib/test/ |
| D | test_cmath.py | 8 NAN = float('nan') variable
|
| /external/rust/crates/glam/src/f32/sse2/ |
| D | mat2.rs | 42 pub const NAN: Self = Self::from_cols(Vec2::NAN, Vec2::NAN); constant
|
| D | mat3a.rs | 64 pub const NAN: Self = Self::from_cols(Vec3A::NAN, Vec3A::NAN, Vec3A::NAN); constant
|
| /external/rust/crates/glam/src/f32/wasm32/ |
| D | mat2.rs | 34 pub const NAN: Self = Self::from_cols(Vec2::NAN, Vec2::NAN); constant
|
| D | mat3a.rs | 61 pub const NAN: Self = Self::from_cols(Vec3A::NAN, Vec3A::NAN, Vec3A::NAN); constant
|
| /external/rust/crates/glam/src/f32/coresimd/ |
| D | mat2.rs | 34 pub const NAN: Self = Self::from_cols(Vec2::NAN, Vec2::NAN); constant
|
| D | mat3a.rs | 61 pub const NAN: Self = Self::from_cols(Vec3A::NAN, Vec3A::NAN, Vec3A::NAN); constant
|
| /external/python/cpython3/Lib/test/ |
| D | test_cmath.py | 12 NAN = float('nan') variable
|