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.h271 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, in wasm_i8x16_make()
281 wasm_u8x16_make(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, in wasm_u8x16_make()
291 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_make()
297 wasm_u16x8_make(uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3, in wasm_u16x8_make()
302 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i32x4_make(int32_t __c0, in wasm_i32x4_make()
309 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_u32x4_make(uint32_t __c0, in wasm_u32x4_make()
316 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i64x2_make(int64_t __c0, in wasm_i64x2_make()
321 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_u64x2_make(uint64_t __c0, in wasm_u64x2_make()
326 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_make(float __c0, in wasm_f32x4_make()
333 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.cpp526 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
544 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
602 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
620 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
H A Dd2fixed.cpp136 const uint32_t __c0 = (__c % 100) << 1; in __append_n_digits() local
165 const uint32_t __c0 = (__c % 100) << 1; in __append_d_digits() local
214 const uint32_t __c0 = (__c % 100) << 1; in __append_nine_digits() local
H A Df2s.cpp568 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
620 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local