Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dwasm_simd128.h270 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, in wasm_i8x16_make()
280 wasm_u8x16_make(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, in wasm_u8x16_make()
290 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_make()
296 wasm_u16x8_make(uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3, in wasm_u16x8_make()
301 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i32x4_make(int32_t __c0, in wasm_i32x4_make()
308 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_u32x4_make(uint32_t __c0, in wasm_u32x4_make()
315 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i64x2_make(int64_t __c0, in wasm_i64x2_make()
320 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_u64x2_make(uint64_t __c0, in wasm_u64x2_make()
325 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_make(float __c0, in wasm_f32x4_make()
332 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f64x2_make(double __c0, in wasm_f64x2_make()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp525 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
543 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
601 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
619 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
H A Dd2fixed.cpp135 const uint32_t __c0 = (__c % 100) << 1; in __append_n_digits() local
164 const uint32_t __c0 = (__c % 100) << 1; in __append_d_digits() local
213 const uint32_t __c0 = (__c % 100) << 1; in __append_nine_digits() local
H A Df2s.cpp566 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
618 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local