Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:frac32
(Results
1 - 6
of
6
) sorted by relevance
/third_party/icu/tools/unicode/c/genprops/
H
A
D
corepropsbuilder.cpp
166
frac32
= ntv-0x34c = 0..15 -> 1|3|5|7 / 32|64|128|256
167
numerator: num = 2*(
frac32
&3)+1
168
denominator: den = 32<<(
frac32
>>2)
388
int32_t
frac32
;
in encodeFractional32()
local
390
frac32
=value/2;
in encodeFractional32()
397
return UPROPS_NTV_FRACTION32_START+
frac32
;
in encodeFractional32()
403
frac32
+=4;
in encodeFractional32()
/third_party/icu/icu4c/source/common/
H
A
D
uchar.cpp
464
int32_t
frac32
=ntv-UPROPS_NTV_FRACTION32_START; // 0..15
in u_getNumericValue()
local
465
int32_t numerator=2*(
frac32
&3)+1;
in u_getNumericValue()
466
int32_t denominator=32<<(
frac32
>>2);
in u_getNumericValue()
/third_party/node/deps/icu-small/source/common/
H
A
D
uchar.cpp
440
int32_t
frac32
=ntv-UPROPS_NTV_FRACTION32_START; // 0..15
in u_getNumericValue()
local
441
int32_t numerator=2*(
frac32
&3)+1;
in u_getNumericValue()
442
int32_t denominator=32<<(
frac32
>>2);
in u_getNumericValue()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uchar.cpp
464
int32_t
frac32
=ntv-UPROPS_NTV_FRACTION32_START; // 0..15
in u_getNumericValue()
local
465
int32_t numerator=2*(
frac32
&3)+1;
in u_getNumericValue()
466
int32_t denominator=32<<(
frac32
>>2);
in u_getNumericValue()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
UCharacterProperty.java
1169
int
frac32
=ntv-NTV_FRACTION32_START_; // 0..15
in getUnicodeNumericValue()
1170
int numerator=2*(
frac32
&3)+1;
in getUnicodeNumericValue()
1171
int denominator=32<<(
frac32
>>2);
in getUnicodeNumericValue()
1257
*
frac32
= ntv-0x34c = 0..15 -> 1|3|5|7 / 32|64|128|256
1258
* numerator: num = 2*(
frac32
&3)+1
1259
* denominator: den = 32<<(
frac32
>>2)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
UCharacterProperty.java
1150
int
frac32
=ntv-NTV_FRACTION32_START_; // 0..15
in getUnicodeNumericValue()
1151
int numerator=2*(
frac32
&3)+1;
in getUnicodeNumericValue()
1152
int denominator=32<<(
frac32
>>2);
in getUnicodeNumericValue()
1238
*
frac32
= ntv-0x34c = 0..15 -> 1|3|5|7 / 32|64|128|256
1239
* numerator: num = 2*(
frac32
&3)+1
1240
* denominator: den = 32<<(
frac32
>>2)
Completed in 12 milliseconds