Searched defs:neg (Results 176 - 181 of 181) sorted by relevance
12345678
/third_party/glfw/deps/ |
H A D | nuklear.h | 6155 int neg; in nk_log10() local 6458 int neg = 1; in nk_strtoi() local 6483 double neg = 1.0; in nk_strtod() local 6820 int neg = 0; nk_dtoa() local [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 12207 uint16_t neg = ((uint16_t)((u >> 63) << 15)); in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() local 12271 uint32_t neg = ((uint32_t)(u >> 63)) << 31; in wuffs_base__ieee_754_bit_representation__from_f64_to_u32_truncate() local 13848 wuffs_base__private_implementation__render_inf(wuffs_base__slice_u8 dst, bool neg, uint32_t options) wuffs_base__private_implementation__render_inf() argument 14042 bool neg = (bits >> 63) != 0; wuffs_base__render_number_f64() local 14486 wuffs_base__private_implementation__render_number_u64(wuffs_base__slice_u8 dst, uint64_t x, uint32_t options, bool neg) wuffs_base__private_implementation__render_number_u64() argument 14539 bool neg = x < 0; wuffs_base__render_number_i64() local [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 2461 int neg = 0; in decimal_new() local
|
H A D | sqlite3.c | 23805 int Y, M, D, neg; parseYyyyMmDd() local 34307 int neg = 0; /* assume positive */ sqlite3Atoi64() local 34440 int neg = 0; sqlite3GetInt32() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 13103 uint16_t neg = ((uint16_t)((u >> 63) << 15)); in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() local 13167 uint32_t neg = ((uint32_t)(u >> 63)) << 31; in wuffs_base__ieee_754_bit_representation__from_f64_to_u32_truncate() local 14744 wuffs_base__private_implementation__render_inf(wuffs_base__slice_u8 dst, bool neg, uint32_t options) wuffs_base__private_implementation__render_inf() argument 14938 bool neg = (bits >> 63) != 0; wuffs_base__render_number_f64() local 15387 wuffs_base__private_implementation__render_number_u64(wuffs_base__slice_u8 dst, uint64_t x, uint32_t options, bool neg) wuffs_base__private_implementation__render_number_u64() argument 15440 bool neg = x < 0; wuffs_base__render_number_i64() local [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 1820 fn neg(n: usize) -> BTreeSet<i32> { in neg() functions [all...] |
Completed in 291 milliseconds
12345678