Home
last modified time | relevance | path

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

12

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h680 const uint16 man = x & 0x3ffu; // 10 bit mantissa in Uint16ToHalf() local
682 const uint16 val = (exp << 10) | man; in Uint16ToHalf()
698 const uint16 man = x & 0x7fu; // 7 bit mantissa in Uint16ToGfloat16() local
700 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16()
718 const uint32 man = x & 0x7fffffu; // 23 bit mantissa in Uint32ToFloat() local
720 const uint32 val = (exp << 23) | man; in Uint32ToFloat()
738 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble() local
740 const uint64 val = (exp << 52) | man; in Uint64ToDouble()
/packages/modules/Bluetooth/system/build/dpkg/floss/package/lib/systemd/system/
Dbtmanagerd.service3 Documentation=man:btmanagerd(8)
Dbtadapterd@.service3 Documentation=man:btadapterd(8)
/packages/modules/Bluetooth/system/gd/docs/architecture/
Darchitecture.md186 [eventfd](http://man7.org/linux/man-pages/man2/eventfd.2.html) for `Handler`,
187 [timerfd](http://man7.org/linux/man-pages/man2/timerfd_create.2.html) for
188 `Alarm`, and [socketfd](http://man7.org/linux/man-pages/man2/socket.2.html) for
/packages/modules/DnsResolver/tests/
Dgolddata.proto81 GT_SOCK_ANY = 0; // See man getaddrinfo for more detail
/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/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/modules/Virtualization/docs/debug/
Dramdump.md144 For more commands of crash(8), refer to the man page, or embedded `help` command.
/packages/modules/Virtualization/java/framework/
DREADME.md222 [vsock](https://man7.org/linux/man-pages/man7/vsock.7.html) protocol.
/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.gz
Dfr_wordlist.combined.gz
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.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dpt_PT_wordlist.combined.gz
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/
Dprecomputed_test_app_list.csv680 com.droid.beard.man 10110,10115,10182
3409 com.amanotes.jumping.man 10253,10237
8899 cacacat.wobble.man.upstairs 10253,10230
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dprecomputed_app_list.csv680 com.droid.beard.man 10110,10115,10182
3409 com.amanotes.jumping.man 10253,10237
8899 cacacat.wobble.man.upstairs 10253,10230

12