Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 25 of 39) sorted by relevance

12

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h46 static inline float linear_to_decibels(float linear) PURE;
123 static inline float linear_to_decibels(float linear) in linear_to_decibels() argument
126 if (linear <= 0) in linear_to_decibels()
131 return 8.6858896380650366f * logf(linear); in linear_to_decibels()
134 float x = frexpf_fast(linear, &e); in linear_to_decibels()
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DReal16ToFlat32.asm103 ; linear data segment descriptor
112 ; linear code segment descriptor
122 ; linear code (64-bit) segment descriptor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dbtm_matcher.py44 linear = tree.get_linear_subpattern()
45 match_nodes = self.add(linear, start=self.root)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
DThunk16.S71 add %eax,%edi #; edi <- linear address of 16-bit stack
DThunk16.asm100 add edi, eax ; edi <- linear address of 16-bit stack
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt48 (linear approximation) lookahead. This type of looka-
180 linear analysis algorithm is used by PCCTS to handle
182 plexity of analysis, however, is near linear due to
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt384 Merging adjacent runs of lengths A and B in-place, and in linear time, is
513 2. Galloping can-- alas --require more comparisons than linear one-at-time
517 compare to determine that, same as linear search, except it costs more
519 requires 2 compares, again same as linear search. On the third compare,
522 of 4 compares, but if A[0] does belong at B[2], linear search would have
527 index in B where # compares linear # gallop # binary gallop
548 In general, if A[0] belongs at B[i], linear search requires i+1 comparisons
688 of locating the correct position of the next item via linear (one at a time)
Ddictnotes.txt189 * The simplest example is a linear search of contiguous entries. This is
235 with a linear search or treap. This exploits knowledge of the data,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DThunk16.S158 addl %eax, %edi # edi <- linear address of 16-bit stack
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DFlat32.S728 # linear data segment descriptor
737 # linear code segment descriptor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt510 2. Galloping can-- alas --require more comparisons than linear one-at-time
514 compare to determine that, same as linear search, except it costs more
516 requires 2 compares, again same as linear search. On the third compare,
519 of 4 compares, but if A[0] does belong at B[2], linear search would have
524 index in B where # compares linear # gallop # binary gallop
545 In general, if A[0] belongs at B[i], linear search requires i+1 comparisons
Ddictnotes.txt189 * The simplest example is a linear search of contiguous entries. This is
235 with a linear search or treap. This exploits knowledge of the data,
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DThunk16.S175 addl %eax, %edi # edi <- linear address of 16-bit stack
DThunk16.nasm225 add edi, eax ; edi <- linear address of 16-bit stack
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S469 # linear data segment descriptor
478 # linear code segment descriptor
Dstart16.S462 # linear data segment descriptor
471 # linear code segment descriptor
Dstart16.asm458 ; linear data segment descriptor
467 ; linear code segment descriptor
Dstart32.S477 # linear data segment descriptor
486 # linear code segment descriptor
Dstart.asm465 ; linear data segment descriptor
474 ; linear code segment descriptor
Dstart32.asm473 ; linear data segment descriptor
482 ; linear code segment descriptor
Dst32_64.S622 # linear data segment descriptor
631 # linear code segment descriptor
Dstart64.S614 # linear data segment descriptor
623 # linear code segment descriptor
Dst16_64.S607 # linear data segment descriptor
616 # linear code segment descriptor
Dst16_64.asm603 ; linear data segment descriptor
612 ; linear code segment descriptor
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DThunk16.S273 addl %eax,%edi # edi <- linear address of 16-bit stack

12