OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ilength
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
mathlib.c
385
float length,
ilength
;
local
392
ilength
= 1/length;
393
v[0] *=
ilength
;
394
v[1] *=
ilength
;
395
v[2] *=
ilength
;
/external/quake/quake/src/WinQuake/
mathlib.cpp
387
float length,
ilength
;
local
394
ilength
= 1/length;
395
v[0] *=
ilength
;
396
v[1] *=
ilength
;
397
v[2] *=
ilength
;
/external/icu4c/i18n/
decNumber.c
7546
Int
ilength
=dn->digits+dn->exponent; \/* integral length *\/
local
[
all
...]
Completed in 1415 milliseconds