代码搜索:Built-In

找到约 2,787 项符合「Built-In」的源代码

代码结果 2,787
www.eeworm.com/read/393395/2474536

m fwblkslv.m

% FWBLKSLV Solves block sparse upper-triangular system. % y = fwblkslv(L,b) yields the same result as % y = L.L\b(L.perm,:) % However, FWBLKSLV is faster than the built-in operat
www.eeworm.com/read/393395/2474586

m sparfwslv.m

% SPARFWSLV Solves block sparse upper-triangular system. % y = sparfwslv(L,b) yields the same result as % y = L.L\b(L.perm,:) % However, SPARFWSLV is faster than the built-in ope
www.eeworm.com/read/393395/2474613

m bwblkslv.m

% BWBLKSLV Solves block sparse upper-triangular system. % y = bwblkslv(L,b) yields the same result as % y(L.perm,:) = L.L'\b % However, BWBLKSLV is faster than the built-in opera
www.eeworm.com/read/393395/2474661

m sparbwslv.m

% SPARBWSLV Solves block sparse upper-triangular system. % y = sparbwslv(L,b) yields the same result as % y(L.perm,:) = L.L'\b % However, SPARBWSLV is faster than the built-in op
www.eeworm.com/read/393286/2476545

c irq.c

/* * linux/arch/xtensa/kernel/irq.c * * Xtensa built-in interrupt controller and some generic functions copied * from i386. * * Copyright (C) 2002 - 2005 Tensilica, Inc. * Copyright (C) 1992, 1
www.eeworm.com/read/373026/2767709

m bwblkslvfun.m

% BWBLKSLV Solves block sparse upper-triangular system. % y = bwblkslv(L,b) yields the same result as % y(L.perm,:) = L.L'\b % However, BWBLKSLV is faster than the built-in operator
www.eeworm.com/read/373026/2767713

m fwblkslvfun.m

% FWBLKSLV Solves block sparse upper-triangular system. % y = fwblkslv(L,b) yields the same result as % y = L.L\b(L.perm,:) % However, FWBLKSLV is faster than the built-in operator
www.eeworm.com/read/366702/2869297

c builtins7.c

// { dg-do run } // { dg-options "-O2" } // Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // exte
www.eeworm.com/read/366702/2869363

c builtins6.c

// { dg-do run } // { dg-options "-O2" } // Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // type
www.eeworm.com/read/366702/2869411

c builtins8.c

// { dg-do run } // { dg-options "-O2" } // Test that built-in functions are recognized with a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. // ext