Home
last modified time | relevance | path

Searched refs:normalLength (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/tools/
DExtractPoints.js86 var normalLength = Math.sqrt((normalX * normalX) + (normalY * normalY)); variable
87 normalX /= normalLength;
88 normalY /= normalLength;
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3068 int32_t i, normalLength, swappedLength; in testSwap() local
3107 normalLength=(int32_t)(pc-normal); in testSwap()
3120 if(normalLength!=swappedLength) { in testSwap()
3121 …CSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength); in testSwap()
3124 for(i=0; i<normalLength; ++i) { in testSwap()
3144 …(cnv, &pu, uNormal+UPRV_LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &e… in testSwap()
3145 normalLength=(int32_t)(pu-uNormal); in testSwap()
3158 if(normalLength!=swappedLength) { in testSwap()
3159 …wapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLength, swappedLength); in testSwap()
3162 for(i=0; i<normalLength; ++i) { in testSwap()