Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c76 if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
78 word0(&u) = Exp_1 + (i << Exp_shift);
308 word0(&rv) = 0x7ff00000;
320 word0(&rv) = 0x7ff80000 | bits[1];
325 word0(&rv) = NAN_WORD0;
404 word0(&rv) -= P*Exp_msk1;
406 if ((word0(&rv) & Exp_mask)
409 word0(&rv) += P*Exp_msk1;
467 word0(&rv) = Big0;
471 word0(
[all...]
H A Dulp.c45 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
52 word0(&a) = L;
59 word0(&a) = 0x80000 >> L;
63 word0(&a) = 0;
H A Dstrtodg.c308 L = word0(d) << 16 | word0(d) >> 16 | Exp_msk11;
310 L = word0(d) | Exp_msk1;
587 word0(&adj) -= P*Exp_msk1;
589 if ((word0(&adj) & Exp_mask)
592 word0(&adj) += P*Exp_msk1;
623 e2 += ((word0(&rv) & Exp_mask)
625 word0(&rv) &= ~Exp_mask;
626 word0(&rv) |= Bias << Exp_shift1;
630 e2 += ((word0(
[all...]
H A Dsmisc.c88 word0(&da) += (k >> 2)*Exp_msk1;
94 word0(&db) += (k >> 2)*Exp_msk1;
100 word0(&da) += k*Exp_msk1;
103 word0(&db) += k*Exp_msk1;
H A Dmisc.c629 #define d0 word0(&d)
676 word0(&d) = d0 >> 16 | d0 << 16;
702 #define d0 word0(&d)
707 d0 = word0(&d) >> 16 | word0(&d) << 16;
801 *bits = 4*P + 8 - k - hi0bits(word0(&d) & Frac_mask);
H A Dgdtoaimp.h294 #define word0(x) (x)->L[1] macro
297 #define word0(x) (x)->L[0] macro
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_tex_state.c73 pvr_csb_pack (&state[0], TEXSTATE_IMAGE_WORD0, word0) { in pvr_pack_tex_state()
76 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_CUBE); in pvr_pack_tex_state()
80 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_3D); in pvr_pack_tex_state()
83 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_1D); in pvr_pack_tex_state()
86 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_2D); in pvr_pack_tex_state()
91 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_STRIDE); in pvr_pack_tex_state()
96 word0.texformat = pvr_get_tex_format(info->format); in pvr_pack_tex_state()
97 word0.smpcnt = util_logbase2(info->sample_count); in pvr_pack_tex_state()
98 word0.swiz0 = in pvr_pack_tex_state()
100 word0 in pvr_pack_tex_state()
[all...]
H A Dpvr_cmd_buffer.c3627 pvr_csb_pack (&scissor_words[0], IPF_SCISSOR_WORD_0, word0) { in pvr_setup_isp_depth_bias_scissor_state()
3628 word0.scw0_xmax = x + width; in pvr_setup_isp_depth_bias_scissor_state()
3629 word0.scw0_xmin = x; in pvr_setup_isp_depth_bias_scissor_state()
3666 pvr_csb_pack (&ppp_state->region_clipping.word0, TA_REGION_CLIP0, word0) { in pvr_setup_isp_depth_bias_scissor_state()
3667 word0.right = right; in pvr_setup_isp_depth_bias_scissor_state()
3668 word0.left = left; in pvr_setup_isp_depth_bias_scissor_state()
3669 word0.mode = PVRX(TA_REGION_CLIP_MODE_OUTSIDE); in pvr_setup_isp_depth_bias_scissor_state()
4053 *buffer_ptr++ = ppp_state->region_clipping.word0; in pvr_emit_ppp_state()
H A Dpvr_private.h712 uint32_t word0; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r700_bytecode_alu_read()
84 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0); in r700_bytecode_alu_read()
85 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0); in r700_bytecode_alu_read()
86 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0); in r700_bytecode_alu_read()
87 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0); in r700_bytecode_alu_read()
88 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0); in r700_bytecode_alu_read()
89 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0); in r700_bytecode_alu_read()
90 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0); in r700_bytecode_alu_read()
91 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0); in r700_bytecode_alu_read()
92 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0); in r700_bytecode_alu_read()
80 r700_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) r700_bytecode_alu_read() argument
[all...]
H A Dr600_asm.h331 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
346 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
351 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
353 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
H A Deg_asm.c156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
158 output->array_base = G_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(word0);
159 output->type = G_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(word0);
160 output->gpr = G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(word0);
161 output->elem_size = G_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(word0);
H A Dr600_asm.c2879 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r600_bytecode_alu_read()
2882 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0); in r600_bytecode_alu_read()
2883 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0); in r600_bytecode_alu_read()
2884 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0); in r600_bytecode_alu_read()
2885 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0); in r600_bytecode_alu_read()
2886 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0); in r600_bytecode_alu_read()
2887 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0); in r600_bytecode_alu_read()
2888 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0); in r600_bytecode_alu_read()
2889 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0); in r600_bytecode_alu_read()
2890 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0); in r600_bytecode_alu_read()
2878 r600_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) r600_bytecode_alu_read() argument
[all...]
/third_party/python/Python/
H A Ddtoa.c187 #define word0(x) (x)->L[1] macro
190 #define word0(x) (x)->L[0] macro
939 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1; in ulp()
940 word0(&u) = L; in ulp()
963 word0(&d) = Exp_1 | y >> (Ebits - k); in b2d()
970 word0(&d) = Exp_1 | y << k | z >> (32 - k); in b2d()
975 word0(&d) = Exp_1 | y; in b2d()
1015 b->x[1] = word0(d) & Frac_mask; in sd2b()
1016 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()
1074 z = word0( in d2b()
[all...]
/third_party/optimized-routines/math/test/rtest/
H A Dmain.c97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() argument
121 *word0 = specials[i].dblword0; in get_operand()
124 *word0 = specials[i].sglword; in get_operand()
128 *word0 |= 0x80000000U; in get_operand()
133 sscanf(str, "%"I32"x.%"I32"x", word0, word1); in get_operand()
/third_party/zlib/
H A Dcrc32.c746 z_word_t word0; in crc32_z() local
792 word0 = crc0 ^ words[0]; in crc32_z()
812 crc0 = crc_braid_table[0][word0 & 0xff]; in crc32_z()
829 crc0 ^= crc_braid_table[k][(word0 >> (k << 3)) & 0xff]; in crc32_z()
873 z_word_t crc0, word0, comb; in crc32_z() local
914 word0 = crc0 ^ words[0]; in crc32_z()
934 crc0 = crc_braid_big_table[0][word0 & 0xff]; in crc32_z()
951 crc0 ^= crc_braid_big_table[k][(word0 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/node/deps/zlib/
H A Dcrc32.c803 z_word_t word0; in crc32_z() local
849 word0 = crc0 ^ words[0]; in crc32_z()
869 crc0 = crc_braid_table[0][word0 & 0xff]; in crc32_z()
886 crc0 ^= crc_braid_table[k][(word0 >> (k << 3)) & 0xff]; in crc32_z()
930 z_word_t crc0, word0, comb; in crc32_z() local
971 word0 = crc0 ^ words[0]; in crc32_z()
991 crc0 = crc_braid_big_table[0][word0 & 0xff]; in crc32_z()
1008 crc0 ^= crc_braid_big_table[k][(word0 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/icu/icu4c/source/common/
H A Ducnv_ext.cpp40 uint32_t word0, word; in ucnv_extFindToU() local
55 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */ in ucnv_extFindToU()
56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()
66 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()
80 if(word0<=toUSection[start]) { in ucnv_extFindToU()
83 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
86 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
/third_party/node/deps/icu-small/source/common/
H A Ducnv_ext.cpp40 uint32_t word0, word; in ucnv_extFindToU() local
55 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */ in ucnv_extFindToU()
56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()
66 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()
80 if(word0<=toUSection[start]) { in ucnv_extFindToU()
83 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
86 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_ext.cpp40 uint32_t word0, word; in ucnv_extFindToU() local
55 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */ in ucnv_extFindToU()
56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()
66 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()
80 if(word0<=toUSection[start]) { in ucnv_extFindToU()
83 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
86 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h352 unsigned word0 : 32; member
H A Ddisasm.c719 if (branch->discard.word0 == PPIR_CODEGEN_DISCARD_WORD0 && in print_branch()
H A Dcodegen.c619 b->discard.word0 = PPIR_CODEGEN_DISCARD_WORD0; in ppir_codegen_encode_discard()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1532 long word0, word; in findToU()
1549 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */ in findToU()
1550 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK; in findToU()
1558 word = word0 | TO_U_VALUE_MASK; in findToU()
1572 if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
1576 && word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
1580 && word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 40 milliseconds