Home
last modified time | relevance | path

Searched refs:enx (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/data/
DlangtagTest.txt258 en-enx-eny-enz-enw
269 en-enx # Extended tag
270 en-enx-eny-enz-latn-us # Extended tag
Diso-639-3_Retirements.tab239 leg Lengua S Split into Enlhet [enl] and Enxet [enx] 2014-02-03
Diso-639-3_Name_Index.tab1912 enx Enxet Enxet
Diso-639-3.tab1837 enx I L Enxet
Dlanguage-subtag-registry10803 Subtag: enx
19611 Comments: see enl, enx
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12693 const fp16type enx (deExp(-d)); in calc() local
12694 const fp16type esx (epx.asDouble() - enx.asDouble()); in calc()
12698 …error = deAbs(floatFormat16.ulp(epx.asDouble(), ulps)) + deAbs(floatFormat16.ulp(enx.asDouble(), u… in calc()
12736 const fp16type enx (deExp(-d)); in calc() local
12737 const fp16type esx (epx.asDouble() + enx.asDouble()); in calc()
12822 const fp16type enx[] = { fp16type(enxm - enxmerr), fp16type(enxm + enxmerr) }; in calc() local
12828 for (size_t snNdx = 0; snNdx < DE_LENGTH_OF_ARRAY(enx); ++snNdx) in calc()
12830 for (size_t cnNdx = 0; cnNdx < DE_LENGTH_OF_ARRAY(enx); ++cnNdx) in calc()
12832 const double tgh = calcPoly(epx[spNdx], enx[snNdx], epx[cpNdx], enx[cnNdx]); in calc()