Home
last modified time | relevance | path

Searched refs:bcp (Results 1 - 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
H A Dpunyref.cpp84 /* flagged(bcp) tests whether a basic code point is flagged */
85 /* (uppercase). The behavior is undefined if bcp is not a */
88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
90 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
93 /* is caseless. The behavior is undefined if bcp is not a basic */
96 static char encode_basic(punycode_uint bcp, int flag) in encode_basic() argument
98 bcp -= (bcp - 97 < 26) << 5; in encode_basic()
99 return (char) bcp in encode_basic()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DPunycodeReference.java95 /* flagged(bcp) tests whether a basic code point is flagged */
96 /* (uppercase). The behavior is undefined if bcp is not a */
99 private static boolean flagged(int bcp){ in flagged() argument
100 return ((bcp) - 65 < 26); in flagged()
103 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
106 /* is caseless. The behavior is undefined if bcp is not a basic */
109 private static char encode_basic(int bcp, int flag) in encode_basic() argument
111 bcp -= (((bcp - 97) < 26) ? 1 :0 ) << 5; in encode_basic()
112 boolean mybcp = (bcp in encode_basic()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java92 /* flagged(bcp) tests whether a basic code point is flagged */
93 /* (uppercase). The behavior is undefined if bcp is not a */
96 private static boolean flagged(int bcp){ in flagged() argument
97 return ((bcp) - 65 < 26); in flagged()
100 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
103 /* is caseless. The behavior is undefined if bcp is not a basic */
106 private static char encode_basic(int bcp, int flag) in encode_basic() argument
108 bcp -= (((bcp - 97) < 26) ? 1 :0 ) << 5; in encode_basic()
109 boolean mybcp = (bcp in encode_basic()
[all...]
/third_party/libcoap/src/
H A Dcoap_tinydtls.c1180 char *bcp = str ? strstr((const char *)str, begstr) : NULL; in pem_decode_mem_asn1() local
1181 char *tcp = bcp ? strstr(bcp, "-----END ") : NULL; in pem_decode_mem_asn1()
1183 if (bcp && tcp) { in pem_decode_mem_asn1()
1184 bcp += strlen(begstr); in pem_decode_mem_asn1()
1185 return pem_base64_decode((const uint8_t *)bcp, tcp - bcp); in pem_decode_mem_asn1()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/math_test_data/
H A Dcopysign_data.h7 {0x1.05604189374bcp-7, -0x1.f3b645a1cac08p-12, -0x1.05604189374bcp-7},
216 {-0x1.00000000004bcp-1022, HUGE_VAL, 0x1.00000000004bcp-1022},
270 {-HUGE_VAL, 0x1.00000000004bcp-1022, HUGE_VAL},
H A Dexp2f_data.h107 {0x1.9999a000001a6p+5, 0x1.2611bcp+51},
118 {-0x1.86665fffe1138p+5, 0x1.2611bcp-49},
245 {0x1.9999a00c14606p+5, 0x1.2611bcp+51},
H A Dacosf_data.h137 {-0x1.df3b645a1cac1p-2, 0x1.0766bcp+1},
189 {0x1.766c46a86711ep-1, 0x1.804bcp-1},
H A Dscalb_data.h20 {0x1.00000000004bcp-1022, -0x1.78p+5, 0x0.000000000002p-1022},
662 {0x0.0000000000001p-1022, 0x1.bcp+6, 0x1p-963},
696 {0x1.00000000004bcp-1022, 0x1.cp+3, 0x1.00000000004bcp-1008},
761 {0x1.00000000004bcp-1022, 0x1.3cp+6, 0x1.00000000004bcp-943},
793 {0x0.e8fd51b2e04ap-1022, 0x1.bcp+6, 0x1.d1faa365c094p-912},
H A Dtanf_data.h87 {0x1.15bcp-1, 0x1.349d96p-1},
122 {-0x1.3240bcp-3, -0x1.348e66p-3},
497 {0x1.3240bcp-3, 0x1.348e66p-3},
501 {0x1.3a006ap+6, -0x1.4307bcp-5},
675 {-0x1.0666bcp-7, -0x1.06682cp-7},
910 {-0x1.15bcp-1, -0x1.349d96p-1},
944 {-0x1.3240bcp-3, -0x1.348e66p-3},
H A Dexpm1f_data.h65 {0x1.0037bcp-126, 0x1.0037bcp-126},
H A Dacoshf_data.h108 {0x1.0bcp+1, 0x1.5e4fd6p+0},
H A Dfdim_data.h110 {0x1.05604189374bcp-7, 0x1.cd4cccccccccdp-1, 0x0p+0},
116 {0x1.03126e978d4fep-9, 0x1.05604189374bcp-7, 0x0p+0},
H A Dfmax_data.h62 {0x1.05604189374bcp-7, 0x1.fb851eb851eb8p-6, 0x1.fb851eb851eb8p-6},
H A Dfloorf_data.h313 {0x1.0037bcp-126, 0x0p+0},
H A Dlog10f_data.h41 {0x1.1d6ca4p+0, 0x1.8314bcp-5},
H A Dlogf_data.h194 {0x1.6a8cf8p-1, -0x1.6171bcp-2},
H A Dremainder_data.h225 {0x1.00000000004bcp-1022, 0x0.0000000000001p-1022, 0x0p+0},
H A Datanf_data.h292 {0x1.5e7fc405276ap-1, 0x1.3359bcp-1},
293 {-0x1.5e7fc4p-1, -0x1.3359bcp-1},
834 {-0x1.5e7fc3fffee68p-1, -0x1.3359bcp-1},
H A Datan2f_data.h34 {0x1.2c09bp+9, 0x1.2bf5bcp+9, 0x1.9230bcp-1},
222 {0x1.9042bcp+9, -0x1p+5, 0x1.9c5a0cp+0},
223 {-0x1.9042bcp+9, -0x1.42cda6p+8, -0x1.f43f7ep+0},
H A Dsinf_data.h58 {-0x1.05bcp-1, -0x1.f4f72cp-2},
486 {0x1.1396bcp+4, -0x1.ff3daep-1},
658 {0x1.05bcp-1, 0x1.f4f72cp-2},
H A Dhypot_data.h175 {0x1.00000014542bcp+100, 0x1.0000422ca8b0cp+101, 0x1.1e37b4ee3c1ecp+101},
328 {0x1.cd4cccccccccdp-1, 0x1.05604189374bcp-7, 0x1.cd516d8eb319ap-1},
H A Dpowf_data.h86 {0x1.7801bcp-120, 0x1.00185cp-1, 0x1.31845ap-60},
93 {0x1.9009bcp-1, 0x1.0a3f3p-5, 0x1.fbe9p-1},
H A Dscalbf_data.h654 {0x1p-149, 0x1.bcp+6, 0x1p-38},
785 {0x1.fffffcp-127, 0x1.bcp+6, 0x1.fffffcp-16},
H A Dasinf_data.h87 {-0x1.014bcp-1, -0x1.0d9488p-1},
/third_party/optimized-routines/math/
H A Dlog_data.c360 {0x1.16000069685bcp+0, -0x1.c0bea3eb2d82cp-57},

Completed in 25 milliseconds

12