/prebuilts/go/darwin-x86/src/math/ |
gamma.go | 52 // Some software in this archive may be from the book _Methods and 59 // The two known misprints in the book are repaired here in the
|
sin.go | 78 // Some software in this archive may be from the book _Methods and 85 // The two known misprints in the book are repaired here in the
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
asin.go | 17 // Some software in this archive may be from the book _Methods and 24 // The two known misprints in the book are repaired here in the
|
tan.go | 17 // Some software in this archive may be from the book _Methods and 24 // The two known misprints in the book are repaired here in the
|
/prebuilts/go/linux-x86/src/math/ |
gamma.go | 52 // Some software in this archive may be from the book _Methods and 59 // The two known misprints in the book are repaired here in the
|
sin.go | 78 // Some software in this archive may be from the book _Methods and 85 // The two known misprints in the book are repaired here in the
|
/external/libvorbis/doc/ |
07-floor1.tex | 106 [subclass] books and a master book used to encode which alternate 205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub]) 207 16) if ( [book] is not less than zero ) \{ 210 [book] in scalar context 212 \} else [book] is less than zero \{
|
05-comment.tex | 114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text. 117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
|
06-floor0.tex | 84 \item The book number used for decode 87 greater than the maximum possible book value are reserved.
|
08-residue.tex | 179 code classification codewords. The number of dimensions in book 182 codeword. Note that the number of entries and dimensions in book 205 Finally, we read in a list of book numbers, each corresponding to
|
/external/libvorbis/lib/ |
floor1.c | 911 int book=info->class_subbook[class][bookas[k]]; local 912 if(book>=0){ 914 if(out[j+k]<(books+book)->entries) 915 look->postbits+=vorbis_book_encode(books+book, 999 int book=info->class_subbook[class][cval&(csub-1)]; local 1001 if(book>=0){ 1002 if((fit_value[j+k]=vorbis_book_decode(books+book,&vb->opb))==-1)
|
vorbisenc.c | 435 static int book_dup_or_new(codec_setup_info *ci,const static_codebook *book){ 438 if(ci->book_param[i]==book)return(i); [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
dyn_bits.c | 69 findBestBook(const Word16 *bc, Word16 *book) 78 *book = j; 173 sectioning Stage 1:merge all connected regions with the same code book and
|
/external/aac/libAACenc/src/ |
dyn_bits.cpp | 144 INT* const book, 158 *book = j; 278 sectioning Stage 1:merge all connected regions with the same code book and 443 /* 1.Stage :Merge all connected regions with the same code book */ 476 /* the sections in the sectionData are now marked with the optimal code book */
|
/prebuilts/go/darwin-x86/src/runtime/ |
mstkbar.go | 31 // Book-keeping 34 // The primary cost of stack barriers is book-keeping: the runtime has 40 // The book-keeping structure hence grows logarithmically with the 44 // The runtime reserves space for this book-keeping structure at the 52 // book-keeping space.
|
/prebuilts/go/linux-x86/src/runtime/ |
mstkbar.go | 31 // Book-keeping 34 // The primary cost of stack barriers is book-keeping: the runtime has 40 // The book-keeping structure hence grows logarithmically with the 44 // The runtime reserves space for this book-keeping structure at the 52 // book-keeping space.
|
/tools/tradefederation/core/ |
Android.mk | 98 -hdf book.root toc \
|
/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/ |
DatabaseProcessorTest.kt | 54 @Database(entities = {Book.class}, version = 42) 62 @Database(entities = {Book.class}, version = 42) 70 @Database(entities = {Book.class}, version = 42) 123 val BOOK: JavaFileObject = JavaFileObjects.forSourceString("foo.bar.Book", 128 public class Book { 139 @Query("SELECT * FROM book") 140 public java.util.List<Book> loadAllBooks(); 142 public void insert(Book book); [all...] |
/external/protobuf/csharp/src/AddressBook/ |
Addressbook.cs | 372 /// Our address book file is just one of these.
|
/prebuilts/go/darwin-x86/src/image/png/ |
writer.go | 425 // in larger files (see http://www.libpng.org/pub/png/book/chapter09.html).
|
/prebuilts/go/linux-x86/src/image/png/ |
writer.go | 425 // in larger files (see http://www.libpng.org/pub/png/book/chapter09.html).
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 48 fashion. They also need some book-keeping about the input to provide useful [all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
marshal_test.go | 59 type Book struct { 60 XMLName struct{} `xml:"book"` 642 {Value: &Book{Title: "Pride & Prejudice"}, ExpectXML: `<book>Pride & Prejudice</book>`}, [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
marshal_test.go | 59 type Book struct { 60 XMLName struct{} `xml:"book"` 642 {Value: &Book{Title: "Pride & Prejudice"}, ExpectXML: `<book>Pride & Prejudice</book>`}, [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
int.go | 594 // "The Yacas Book of Algorithms": 595 // http://yacas.sourceforge.net/Algo.book.pdf
|