Searched refs:TO_INT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 133 #define TO_INT(x) (x) macro 211 ATTRIB(R32G32B32A32_UINT, 4, uint32_t, unsigned, TO_INT) 212 ATTRIB(R32G32B32_UINT, 3, uint32_t, unsigned, TO_INT) 213 ATTRIB(R32G32_UINT, 2, uint32_t, unsigned, TO_INT) 214 ATTRIB(R32_UINT, 1, uint32_t, unsigned, TO_INT) 216 ATTRIB(R16G16B16A16_UINT, 4, uint32_t, ushort, TO_INT) 217 ATTRIB(R16G16B16_UINT, 3, uint32_t, ushort, TO_INT) 218 ATTRIB(R16G16_UINT, 2, uint32_t, ushort, TO_INT) 219 ATTRIB(R16_UINT, 1, uint32_t, ushort, TO_INT) 221 ATTRIB(R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT) [all …]
|
/external/rust/crates/libm/src/math/ |
D | rem_pio2.rs | 24 const TO_INT: f64 = 1.5 / EPS; constant 53 let f_n = x as f64 * INV_PIO2 + TO_INT - TO_INT; in rem_pio2()
|