Lines Matching refs:vn
47 float vn${N} = vz${N} * vminus_log2e + vmagic_bias;
50 const uint32_t ve${N} = fp32_to_bits(vn${N}) << 17;
53 const uint32_t vidx${N} = fp32_to_bits(vn${N}) & vindex_mask;
57 vn${N} -= vmagic_bias;
60 float vt${N} = vn${N} * vln2_hi + vz${N};
63 vt${N} = vn${N} * vln2_lo + vt${N};
100 float vn = vz * vminus_log2e + vmagic_bias; variable
101 const uint32_t ve = fp32_to_bits(vn) << 17;
102 const uint32_t vidx = fp32_to_bits(vn) & vindex_mask;
104 vn -= vmagic_bias;
106 float vt = vn * vln2_hi + vz;
107 vt = vn * vln2_lo + vt;
133 float vn = vz * vminus_log2e + vmagic_bias; variable
134 const uint32_t ve = fp32_to_bits(vn) << 17;
135 const uint32_t vidx = fp32_to_bits(vn) & vindex_mask;
137 vn -= vmagic_bias;
139 float vt = vn * vln2_hi + vz;
140 vt = vn * vln2_lo + vt;
165 float vn = vz * vminus_log2e + vmagic_bias; variable
166 const uint32_t ve = fp32_to_bits(vn) << 17;
167 const uint32_t vidx = fp32_to_bits(vn) & vindex_mask;
169 vn -= vmagic_bias;
171 float vt = vn * vln2_hi + vz;
172 vt = vn * vln2_lo + vt;