Searched refs:bneg (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | c11-alignas.c | 7 static _Alignas(-1) int bneg; variable
|
/third_party/openssl/test/ |
H A D | bntests.pl | 87 $a->bneg() if $neg;
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 2231 Format(instr, "bneg.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
|
/third_party/toybox/toys/pending/ |
H A D | bc.c | 1397 int aneg, bneg, neg; in bc_num_s() local 1413 bneg = b->neg; in bc_num_s() 1419 b->neg = bneg; in bc_num_s()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 129 private static final byte bneg = -1; field in DiagBigDecimalTest 2749 TestFmwk.assertTrue("byv012", ((bneg))==((new ohos.global.icu.math.BigDecimal(bneg)).byteValue())); in diagbyteValue() 2762 TestFmwk.assertTrue("byv028", ((bneg))==((new ohos.global.icu.math.BigDecimal(bneg)).byteValueExact())); in diagbyteValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 126 private static final byte bneg = -1; field in DiagBigDecimalTest 2746 TestFmwk.assertTrue("byv012", ((bneg))==((new com.ibm.icu.math.BigDecimal(bneg)).byteValue())); in diagbyteValue() 2759 TestFmwk.assertTrue("byv028", ((bneg))==((new com.ibm.icu.math.BigDecimal(bneg)).byteValueExact())); in diagbyteValue()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 3158 V(bneg, BNEG) \
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 3366 V(bneg, BNEG) \
|
Completed in 52 milliseconds