Home
last modified time | relevance | path

Searched refs:man (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h671 const uint16 man = x & 0x3ffu; // 10 bit mantissa in Uint16ToHalf() local
673 const uint16 val = (exp << 10) | man; in Uint16ToHalf()
689 const uint16 man = x & 0x7fu; // 7 bit mantissa in Uint16ToGfloat16() local
691 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16()
709 const uint32 man = x & 0x7fffffu; // 23 bit mantissa in Uint32ToFloat() local
711 const uint32 val = (exp << 23) | man; in Uint32ToFloat()
729 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble() local
731 const uint64 val = (exp << 52) | man; in Uint64ToDouble()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1149 # configuration options related to the man page output
1153 # generate man pages
1157 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1159 # put in front of it. If left blank `man' will be used as the default path.
1161 MAN_OUTPUT = man
1164 # the generated man pages (default is the subroutine's section .3)
1168 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1169 # then it will generate one additional man file for each entity
1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1149 # configuration options related to the man page output
1153 # generate man pages
1157 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1159 # put in front of it. If left blank `man' will be used as the default path.
1161 MAN_OUTPUT = man
1164 # the generated man pages (default is the subroutine's section .3)
1168 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1169 # then it will generate one additional man file for each entity
1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/modules/DnsResolver/tests/
Dgolddata.proto81 GT_SOCK_ANY = 0; // See man getaddrinfo for more detail
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1800 # Configuration options related to the man page output
1803 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1809 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1813 # The default directory is: man.
1816 MAN_OUTPUT = man
1819 # man pages. In case the manual section does not start with a number, the number
1828 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1834 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1835 # will generate one additional man file for each entity documented in the real
1836 # man page(s). These additional files only source the real man page, but without
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz ... 17 shortcut=♬,f=14 18 word=man,f=152,not_a_word=true 19 shortcut ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dnb_wordlist.combined.gz
Dsv_wordlist.combined.gz
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dda_wordlist.combined.gz ... ,flags=,originalFreq=178 38 word=man,f=178,flags=,originalFreq= ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Des_wordlist.combined.gz
Dro_wordlist.combined.gz
Dsl_wordlist.combined.gz
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Dhr_wordlist.combined.gz
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dde_wordlist.combined.gz
Dfi_wordlist.combined.gz

12